home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TINTEGERINPUTFORM / TINTEGERINPUTFORM.txt
Text File  |  2004-10-12  |  1KB  |  82 lines

  1. object IntegerInputForm: TIntegerInputForm
  2.   Left = 246
  3.   Top = 178
  4.   BorderStyle = bsDialog
  5.   Caption = '-'
  6.   ClientHeight = 144
  7.   ClientWidth = 287
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LabelB: TLabel
  21.     Left = 8
  22.     Top = 56
  23.     Width = 265
  24.     Height = 41
  25.     AutoSize = False
  26.     WordWrap = True
  27.   end
  28.   object LabelA: TLabel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 3
  32.     Height = 13
  33.   end
  34.   object lUnit: TLabel
  35.     Left = 104
  36.     Top = 28
  37.     Width = 3
  38.     Height = 13
  39.   end
  40.   object SpinEdit: TXSpinEdit
  41.     Left = 8
  42.     Top = 24
  43.     Width = 89
  44.     Height = 21
  45.     TabOrder = 0
  46.     Text = '0'
  47.     MinValue = 0
  48.     MaxValue = 0
  49.     Value = 0
  50.     Step = 1
  51.   end
  52.   object bOK: TButton
  53.     Left = 24
  54.     Top = 104
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 1
  61.   end
  62.   object bCancel: TButton
  63.     Left = 112
  64.     Top = 104
  65.     Width = 75
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 2
  71.   end
  72.   object bHelp: TButton
  73.     Left = 200
  74.     Top = 104
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'Help'
  78.     TabOrder = 3
  79.     OnClick = bHelpClick
  80.   end
  81. end
  82.